|
nbiot6 2.2.1
|
This file contains API for NB IoT 6 Click Driver. More...
#include "drv_digital_out.h"#include "drv_digital_in.h"#include "drv_uart.h"Go to the source code of this file.
Data Structures | |
| struct | nbiot6_t |
| NB IoT 6 Click context object. More... | |
| struct | nbiot6_cfg_t |
| NB IoT 6 Click configuration object. More... | |
Enumerations | |
| enum | nbiot6_return_value_t { NBIOT6_OK = 0 , NBIOT6_ERROR = -1 , NBIOT6_ERROR_TIMEOUT = -2 , NBIOT6_ERROR_CMD = -3 } |
| NB IoT 6 Click return value data. More... | |
Functions | |
| void | nbiot6_cfg_setup (nbiot6_cfg_t *cfg) |
| NB IoT 6 configuration object setup function. | |
| err_t | nbiot6_init (nbiot6_t *ctx, nbiot6_cfg_t *cfg) |
| NB IoT 6 initialization function. | |
| err_t | nbiot6_generic_write (nbiot6_t *ctx, uint8_t *data_in, uint16_t len) |
| NB IoT 6 data writing function. | |
| err_t | nbiot6_generic_read (nbiot6_t *ctx, uint8_t *data_out, uint16_t len) |
| NB IoT 6 data reading function. | |
| void | nbiot6_set_pwr_pin (nbiot6_t *ctx, uint8_t state) |
| NB IoT 6 set PWR pin function. | |
| void | nbiot6_set_rst_pin (nbiot6_t *ctx, uint8_t state) |
| NB IoT 6 set RST pin function. | |
| void | nbiot6_set_wup_pin (nbiot6_t *ctx, uint8_t state) |
| NB IoT 6 set WUP pin function. | |
| uint8_t | nbiot6_get_ring_pin (nbiot6_t *ctx) |
| NB IoT 6 get RING pin function. | |
| void | nbiot6_set_power_state (nbiot6_t *ctx, uint8_t state) |
| NB IoT 6 set power state function. | |
| void | nbiot6_cmd_run (nbiot6_t *ctx, uint8_t *cmd) |
| NB IoT 6 cmd run function. | |
| void | nbiot6_cmd_set (nbiot6_t *ctx, uint8_t *cmd, uint8_t *value) |
| NB IoT 6 cmd set function. | |
| void | nbiot6_cmd_get (nbiot6_t *ctx, uint8_t *cmd) |
| NB IoT 6 cmd get function. | |
| void | nbiot6_cmd_help (nbiot6_t *ctx, uint8_t *cmd) |
| NB IoT 6 cmd help function. | |
| void | nbiot6_set_sim_apn (nbiot6_t *ctx, uint8_t *sim_apn) |
| NB IoT 6 set sim card APN function. | |
| void | nbiot6_send_sms_text (nbiot6_t *ctx, uint8_t *phone_number, uint8_t *sms_text) |
| NB IoT 6 send SMS in text mode function. | |
| err_t | nbiot6_send_sms_pdu (nbiot6_t *ctx, uint8_t *service_center_number, uint8_t *phone_number, uint8_t *sms_text) |
| NB IoT 6 send SMS in PDU mode function. | |
This file contains API for NB IoT 6 Click Driver.